ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / Gs1DataBarBaseTagHelper<TControl> Class / Color Property

In This Topic
    Color Property (Gs1DataBarBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.BarcodeBase.Color. Sets the forecolor to render the control.
    Syntax
    'Declaration
     
    Public Overridable Property Color As String
    public virtual string Color {get; set;}
    Remarks
    The default value for this property is Black.
    See Also